python data frame check if any nan value present

26

df['your column name'].isnull().values.any()

Comments

Submit
0 Comments